home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Essential Home & Business Collection
/
The Essential Home & Business Collection.iso
/
13
/
8
/
4
/
INSHARD.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-10-18
|
901b
|
31 lines
ECHO OFF
CLS
ECHO This batch program will create a subdirectory called PCEST on
ECHO your hard disk and copy PC-Estimator files into this directory
ECHO It will also add (files=20, buffers=24) lines to your
ECHO Config.sys file. If it does not exist, it will be created.
ECHO **** To abort, press CTRL and BREAK keys simultaneously
ECHO To continue,
PAUSE
C:
CD\
IF NOT EXIST config.sys GOTO SAFETY
COPY config.sys+a:\config.sys
:SAFETY
IF EXIST config.sys GOTO NEXTSAFE
COPY A:config.sys
:NEXTSAFE
MD PCEST
CD\PCEST
COPY A:*.*
ECHO Now insert PC-Estimator Disk #2 (Data Disk) in drive A
ECHO To continue,
PAUSE
COPY A:*.*
ECHO Installation complete...
ECHO To start PC-Estimator at any time, go to PCEST directory
ECHO Then type PCEST and press ENTER
ECHO